added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBASPNETEncryptAndDecryptConfiguration / My Project / AssemblyInfo.vb
blobaf717cbac95f124a9cdc891197cbfbcf4413f6c3
1 Imports System
2 Imports System.Reflection
3 Imports System.Runtime.InteropServices
5 ' General Information about an assembly is controlled through the following
6 ' set of attributes. Change these attribute values to modify the information
7 ' associated with an assembly.
9 ' Review the values of the assembly attributes
10 <Assembly: AssemblyTitle("VBASPNETEncryptAndDecryptConfiguration")>
11 <Assembly: AssemblyDescription("")>
12 <Assembly: AssemblyCompany("Microsoft")>
13 <Assembly: AssemblyProduct("VBASPNETEncryptAndDecryptConfiguration")>
14 <Assembly: AssemblyCopyright("Copyright © Microsoft 2011")>
15 <Assembly: AssemblyTrademark("")>
17 <Assembly: ComVisible(False)>
19 'The following GUID is for the ID of the typelib if this project is exposed to COM
20 <Assembly: Guid("d0b83d93-e6b5-4dbb-bc50-d59d8dfc3dc3")>
22 ' Version information for an assembly consists of the following four values:
24 ' Major Version
25 ' Minor Version
26 ' Build Number
27 ' Revision
29 ' You can specify all the values or you can default the Build and Revision Numbers
30 ' by using the '*' as shown below:
31 ' <Assembly: AssemblyVersion("1.0.*")>
33 <Assembly: AssemblyVersion("1.0.0.0")>
34 <Assembly: AssemblyFileVersion("1.0.0.0")>